home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / rexx / dt_playlist.rexx < prev    next >
OS/2 REXX Batch file  |  1994-04-15  |  118b  |  9 lines

  1. /* DeliTracker - play module number 'listnum' in list */
  2.  
  3. parse arg listnum
  4.  
  5. address 'DELITRACKER'
  6.  
  7. playlist listnum
  8.  
  9.